Skip to content

Conversation

@martincostello
Copy link
Owner

Filter for renovate[bot] not renovate.

Filter for `renovate[bot]` not `renovate`.
Copilot AI review requested due to automatic review settings July 11, 2025 12:42
@martincostello martincostello added the bug Something isn't working label Jul 11, 2025
@martincostello martincostello enabled auto-merge (rebase) July 11, 2025 12:42
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the release workflow’s author filters to target the Renovate bot specifically rather than any mention of “renovate.”

  • Changed the filter from @renovate to @renovate[bot].
  • Ensures only Renovate bot commits are excluded.
  • No other workflow behavior is altered.
Comments suppressed due to low confidence (2)

.github/workflows/release.yml:68

  • [nitpick] Consider consolidating repeated .filter calls into a single pass that checks against an array of ignored bot usernames (e.g., ['costellobot', 'dependabot', 'github-actions', 'renovate[bot]']) to improve readability and reduce duplication.
              .filter((line) => !line.includes(' @renovate[bot] '))

.github/workflows/release.yml:68

  • Add or update a test for the release notes generator to confirm that lines mentioning @renovate[bot] are filtered out while lines with other variations (e.g., @renovate) remain.
              .filter((line) => !line.includes(' @renovate[bot] '))

@martincostello martincostello merged commit 7d78c04 into main Jul 11, 2025
5 checks passed
@martincostello martincostello deleted the fix-filter branch July 11, 2025 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants